|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.engine.http.DeploymentSession
public class DeploymentSession
An active session on the HTTP connector.
| Method Summary | |
|---|---|
IDocument |
abort(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues)
Aborts this session. |
void |
clearAttribute(java.lang.String attributeName)
Clears the value of the specified session attribute. |
java.lang.Object |
getAttribute(java.lang.String attributeName)
Returns the value of the session attribute with the specified name or null if no such attribute exists. |
java.lang.String[] |
getAttributeNames()
Returns the names of the attributes set in the session. |
java.lang.Object |
getService(java.lang.String identifier)
Returns the service selected for the specified identifier or null if no such service exists. |
java.lang.String[] |
getServiceIdentifiers()
Returns the identifiers of all the externally-provided services. |
ISession |
getSession()
Returns the session. |
java.lang.String |
getSessionID()
Returns the ID of the session being described. |
IDocument |
next(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues)
Preforms the next step in this session. |
void |
setAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
Sets the value of the specified session attribute or clears it if the supplied value is null. |
IDocument |
start(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues,
java.lang.String brand)
Preforms the first step in this session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ISession getSession()
public IDocument start(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues,
java.lang.String brand)
httpSession - The HTTP session.httpRequest - The HTTP request.httpResponse - The HTTP response.
public IDocument next(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues)
httpSession - The HTTP session.httpRequest - The HTTP request.httpResponse - The HTTP response.
public IDocument abort(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues)
httpSession - The HTTP session.httpRequest - The HTTP request.httpResponse - The HTTP response.
public java.lang.String getSessionID()
ISessionDescriptor
getSessionID in interface ISessionDescriptorpublic java.lang.String[] getServiceIdentifiers()
ISessionDescriptor
getServiceIdentifiers in interface ISessionDescriptor
public java.lang.Object getService(java.lang.String identifier)
throws java.lang.NullPointerException
ISessionDescriptornull if no such service exists.
getService in interface ISessionDescriptoridentifier - The identifier of the service to return.
null if no such service exists.
java.lang.NullPointerException - If the supplied identifier is
null.public java.lang.String[] getAttributeNames()
ISessionDescriptor
getAttributeNames in interface ISessionDescriptor
public java.lang.Object getAttribute(java.lang.String attributeName)
throws java.lang.NullPointerException
ISessionDescriptornull if no such attribute exists.
getAttribute in interface ISessionDescriptorattributeName - The name of the session attribute to return.
null if no such attribute exists.
java.lang.NullPointerException - If the specified attribute name is
null.
public void setAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
throws java.lang.NullPointerException
ISessionDescriptornull.
setAttribute in interface ISessionDescriptorattributeName - The name of the session attribute to set.attributeValue - The value to set the attribute to or
null to clear the attribute.
java.lang.NullPointerException - If the specified attribute name is
null.
public void clearAttribute(java.lang.String attributeName)
throws java.lang.NullPointerException
ISessionDescriptor
clearAttribute in interface ISessionDescriptorattributeName - The name of the session attribute to clear.
java.lang.NullPointerException - If the specified attribute name is
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||